type github.com/jackc/pgx/v5/pgtype.scanPlanBinaryInt2ToInt64Scanner

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		int.go#L239: 			return scanPlanBinaryInt2ToInt64Scanner{}
		int.go#L545: type scanPlanBinaryInt2ToInt64Scanner struct{}
		int.go#L547: func (scanPlanBinaryInt2ToInt64Scanner) Scan(src []byte, dst any) error {